home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / internet / bmconv / _SETUP.1 / bm_conv.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-05-26  |  10KB  |  425 lines

  1. object Form1: TForm1
  2.   Left = 235
  3.   Top = 167
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Bookmark Converter X.X  -   Magnus Br∩┐╜ding 1998'
  7.   ClientHeight = 225
  8.   ClientWidth = 392
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDeactivate = FormDeactivate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Shape1: TShape
  23.     Left = 0
  24.     Top = 0
  25.     Width = 391
  26.     Height = 1
  27.     Pen.Color = clGray
  28.   end
  29.   object verlabel: TLabel
  30.     Left = 64
  31.     Top = 214
  32.     Width = 37
  33.     Height = 13
  34.     Caption = 'verlabel'
  35.     Visible = False
  36.   end
  37.   object reglabel: TLabel
  38.     Left = 0
  39.     Top = 176
  40.     Width = 37
  41.     Height = 13
  42.     Caption = 'reglabel'
  43.     Visible = False
  44.   end
  45.   object regname_l: TLabel
  46.     Left = 0
  47.     Top = 72
  48.     Width = 49
  49.     Height = 13
  50.     Caption = 'regname_l'
  51.     Visible = False
  52.   end
  53.   object regtype_l: TLabel
  54.     Left = 0
  55.     Top = 88
  56.     Width = 43
  57.     Height = 13
  58.     Caption = 'regtype_l'
  59.     Visible = False
  60.   end
  61.   object Button1: TButton
  62.     Left = -8
  63.     Top = 192
  64.     Width = 81
  65.     Height = 33
  66.     Caption = 'Button1'
  67.     TabOrder = 2
  68.     Visible = False
  69.     OnClick = Button1Click
  70.   end
  71.   object helpflb: TFileListBox
  72.     Left = 96
  73.     Top = 136
  74.     Width = 169
  75.     Height = 89
  76.     ItemHeight = 13
  77.     TabOrder = 1
  78.     Visible = False
  79.   end
  80.   object helpdlb: TDirectoryListBox
  81.     Left = 280
  82.     Top = 136
  83.     Width = 105
  84.     Height = 89
  85.     FileList = helpflb
  86.     ItemHeight = 16
  87.     TabOrder = 3
  88.     Visible = False
  89.   end
  90.   object PageControl1: TPageControl
  91.     Left = 6
  92.     Top = 7
  93.     Width = 380
  94.     Height = 212
  95.     ActivePage = TabSheet1
  96.     HotTrack = True
  97.     TabOrder = 0
  98.     object TabSheet1: TTabSheet
  99.       Caption = '      Netscape to Internet Explorer      '
  100.       object GroupBox1: TGroupBox
  101.         Left = 8
  102.         Top = 96
  103.         Width = 177
  104.         Height = 81
  105.         TabOrder = 0
  106.         object Gauge1: TGauge
  107.           Left = 8
  108.           Top = 16
  109.           Width = 161
  110.           Height = 25
  111.           Enabled = False
  112.           Progress = 0
  113.         end
  114.         object convbutton1: TButton
  115.           Left = 8
  116.           Top = 48
  117.           Width = 161
  118.           Height = 25
  119.           Caption = 'Convert!'
  120.           Enabled = False
  121.           TabOrder = 0
  122.           OnClick = convbutton1Click
  123.         end
  124.         object countframe1: TGroupBox
  125.           Left = 8
  126.           Top = 41
  127.           Width = 161
  128.           Height = 34
  129.           TabOrder = 1
  130.           Visible = False
  131.           object Label1: TLabel
  132.             Left = 8
  133.             Top = 6
  134.             Width = 108
  135.             Height = 13
  136.             Caption = 'Converted Bookmarks:'
  137.             Transparent = True
  138.           end
  139.           object Label2: TLabel
  140.             Left = 8
  141.             Top = 19
  142.             Width = 89
  143.             Height = 13
  144.             Caption = 'Converted Folders:'
  145.             Transparent = True
  146.           end
  147.           object bc1: TLabel
  148.             Left = 120
  149.             Top = 6
  150.             Width = 35
  151.             Height = 13
  152.             Alignment = taRightJustify
  153.             AutoSize = False
  154.             Caption = '0'
  155.             Transparent = True
  156.           end
  157.           object fc1: TLabel
  158.             Left = 120
  159.             Top = 19
  160.             Width = 35
  161.             Height = 13
  162.             Alignment = taRightJustify
  163.             AutoSize = False
  164.             Caption = '0'
  165.             Transparent = True
  166.           end
  167.         end
  168.       end
  169.       object GroupBox2: TGroupBox
  170.         Left = 8
  171.         Top = 16
  172.         Width = 177
  173.         Height = 73
  174.         Caption = 'Bookmark file to convert:'
  175.         TabOrder = 1
  176.         object bookmarkf1: TEdit
  177.           Left = 8
  178.           Top = 18
  179.           Width = 161
  180.           Height = 23
  181.           TabStop = False
  182.           Color = clMenu
  183.           Font.Charset = ANSI_CHARSET
  184.           Font.Color = clWindowText
  185.           Font.Height = -12
  186.           Font.Name = 'Courier New'
  187.           Font.Style = []
  188.           ParentFont = False
  189.           ReadOnly = True
  190.           TabOrder = 1
  191.         end
  192.         object browsebutton1: TButton
  193.           Left = 96
  194.           Top = 45
  195.           Width = 73
  196.           Height = 22
  197.           Caption = 'Browse...'
  198.           TabOrder = 0
  199.           OnClick = browsebutton1Click
  200.         end
  201.       end
  202.       object GroupBox3: TGroupBox
  203.         Left = 192
  204.         Top = 16
  205.         Width = 177
  206.         Height = 161
  207.         Caption = 'Target directory:'
  208.         TabOrder = 2
  209.         object dbc1: TDriveComboBox
  210.           Left = 10
  211.           Top = 133
  212.           Width = 159
  213.           Height = 19
  214.           DirList = dirol1
  215.           TabOrder = 0
  216.         end
  217.         object dirol1: TDirectoryListBox
  218.           Left = 8
  219.           Top = 18
  220.           Width = 161
  221.           Height = 103
  222.           ItemHeight = 16
  223.           TabOrder = 1
  224.         end
  225.       end
  226.     end
  227.     object TabSheet2: TTabSheet
  228.       Caption = '      Internet Explorer to Netscape      '
  229.       object GroupBox4: TGroupBox
  230.         Left = 192
  231.         Top = 16
  232.         Width = 177
  233.         Height = 73
  234.         Caption = 'Target Bookmark file (non-existent):'
  235.         TabOrder = 0
  236.         object bookmarkf2: TEdit
  237.           Left = 8
  238.           Top = 18
  239.           Width = 161
  240.           Height = 23
  241.           TabStop = False
  242.           Color = clMenu
  243.           Font.Charset = ANSI_CHARSET
  244.           Font.Color = clWindowText
  245.           Font.Height = -12
  246.           Font.Name = 'Courier New'
  247.           Font.Style = []
  248.           ParentFont = False
  249.           ReadOnly = True
  250.           TabOrder = 0
  251.         end
  252.         object browsebutton2: TButton
  253.           Left = 96
  254.           Top = 45
  255.           Width = 73
  256.           Height = 22
  257.           Caption = 'Browse...'
  258.           TabOrder = 1
  259.           OnClick = browsebutton2Click
  260.         end
  261.       end
  262.       object GroupBox5: TGroupBox
  263.         Left = 192
  264.         Top = 96
  265.         Width = 177
  266.         Height = 81
  267.         TabOrder = 1
  268.         object Gauge2: TGauge
  269.           Left = 8
  270.           Top = 16
  271.           Width = 161
  272.           Height = 25
  273.           Enabled = False
  274.           Progress = 0
  275.         end
  276.         object convbutton2: TButton
  277.           Left = 8
  278.           Top = 48
  279.           Width = 161
  280.           Height = 25
  281.           Caption = 'Convert!'
  282.           Enabled = False
  283.           TabOrder = 0
  284.           OnClick = convbutton2Click
  285.         end
  286.         object countframe2: TGroupBox
  287.           Left = 8
  288.           Top = 41
  289.           Width = 161
  290.           Height = 34
  291.           TabOrder = 1
  292.           Visible = False
  293.           object Label3: TLabel
  294.             Left = 8
  295.             Top = 6
  296.             Width = 98
  297.             Height = 13
  298.             Caption = 'Converted Favorites:'
  299.             Transparent = True
  300.           end
  301.           object Label4: TLabel
  302.             Left = 8
  303.             Top = 19
  304.             Width = 89
  305.             Height = 13
  306.             Caption = 'Converted Folders:'
  307.             Transparent = True
  308.           end
  309.           object bc2: TLabel
  310.             Left = 120
  311.             Top = 6
  312.             Width = 35
  313.             Height = 13
  314.             Alignment = taRightJustify
  315.             AutoSize = False
  316.             Caption = '0'
  317.             Transparent = True
  318.           end
  319.           object fc2: TLabel
  320.             Left = 120
  321.             Top = 19
  322.             Width = 35
  323.             Height = 13
  324.             Alignment = taRightJustify
  325.             AutoSize = False
  326.             Caption = '0'
  327.             Transparent = True
  328.           end
  329.         end
  330.       end
  331.       object GroupBox6: TGroupBox
  332.         Left = 8
  333.         Top = 16
  334.         Width = 177
  335.         Height = 161
  336.         Caption = 'Favorites directory to convert:'
  337.         TabOrder = 2
  338.         object dbc2: TDriveComboBox
  339.           Left = 10
  340.           Top = 133
  341.           Width = 159
  342.           Height = 19
  343.           DirList = dirol2
  344.           TabOrder = 0
  345.         end
  346.         object dirol2: TDirectoryListBox
  347.           Left = 8
  348.           Top = 18
  349.           Width = 161
  350.           Height = 103
  351.           ItemHeight = 16
  352.           TabOrder = 1
  353.         end
  354.       end
  355.     end
  356.   end
  357.   object OpenDialog1: TOpenDialog
  358.     Filter = 'Bookmark File (*.htm  *.html)|*.htm;*.html'
  359.     Left = 2
  360.     Top = 93
  361.   end
  362.   object SaveDialog1: TSaveDialog
  363.     Filter = 'Bookmark File|bookmark.htm;bookmark.html'
  364.     Options = [ofOverwritePrompt, ofHideReadOnly]
  365.     Left = 220
  366.     Top = 87
  367.   end
  368.   object MainMenu1: TMainMenu
  369.     Left = 65532
  370.     Top = 127
  371.     object menu1: TMenuItem
  372.       Caption = '&File'
  373.       object m4: TMenuItem
  374.         Caption = '&Settings...'
  375.         OnClick = m4Click
  376.       end
  377.       object N1: TMenuItem
  378.         Caption = '-'
  379.       end
  380.       object m3: TMenuItem
  381.         Caption = '&Quit'
  382.         OnClick = m3Click
  383.       end
  384.     end
  385.     object menu2: TMenuItem
  386.       Caption = '&Utilities'
  387.       object m2_1: TMenuItem
  388.         Caption = 'Bookmark file &repair...'
  389.         OnClick = m2_1Click
  390.       end
  391.       object BookmarkSynchronizer1: TMenuItem
  392.         Caption = 'Bookmark &Synchronizer...'
  393.         OnClick = BookmarkSynchronizer1Click
  394.       end
  395.     end
  396.     object menu3: TMenuItem
  397.       Caption = '&Help'
  398.       object m2: TMenuItem
  399.         Caption = '&Help...'
  400.         OnClick = m2Click
  401.       end
  402.       object N2: TMenuItem
  403.         Caption = '-'
  404.       end
  405.       object m1: TMenuItem
  406.         Caption = '&About...'
  407.         OnClick = m1Click
  408.       end
  409.     end
  410.     object unreg_menu: TMenuItem
  411.       Caption = 
  412.         '                                                      <UNREGISTE' +
  413.         'RED>'
  414.       Enabled = False
  415.     end
  416.   end
  417.   object Timer1: TTimer
  418.     Enabled = False
  419.     Interval = 200
  420.     OnTimer = Timer1Timer
  421.     Left = 162
  422.     Top = 23
  423.   end
  424. end
  425.